From 081d18a09a3afe9f3f4c3c6ae7d4219b71f71b7e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 28 Feb 2008 10:31:45 +0000 Subject: [PATCH] xend: Remove duplicate setResume() method. Signed-off-by: Masaki Kanno --- tools/python/xen/xend/XendDomainInfo.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index b189a9f27a..74a69fbc6d 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1406,9 +1406,6 @@ class XendDomainInfo: def setWeight(self, cpu_weight): self.info['vcpus_params']['weight'] = cpu_weight - def setResume(self, state): - self._resume = state - def getRestartCount(self): return self._readVm('xend/restart_count') -- 2.30.2